func github.com/gotd/td/internal/crypto.checkSubgroup
6 uses
github.com/gotd/td/internal/crypto (current package)
check_gp.go#L24: result = checkSubgroup(p, 8, 7)
check_gp.go#L27: result = checkSubgroup(p, 3, 2)
check_gp.go#L33: result = checkSubgroup(p, 5, 1, 4)
check_gp.go#L36: result = checkSubgroup(p, 24, 19, 23)
check_gp.go#L39: result = checkSubgroup(p, 7, 3, 5, 6)
check_gp.go#L51: func checkSubgroup(p *big.Int, divider int64, expected ...int64) bool {
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |